<name>Sibelia Lamidottir</name>
<profession>Retailer</profession>
<faction>Serenity</faction>
<dialogue>
  <greeting>
    <reply>
      <if><gold>1000</gold></if>
      <text>Honoured to receive such noble customers.</text>
      <return>main</return>
    </reply>
    <reply>
      <if><gold>100</gold></if>
      <text>Shopping for the basic needs, are we?</text>
      <return>main</return>
    </reply>
    <reply>
      <text>Hmmm, you look you could do with some new underwear.</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>Who sets the prices in the shops?</text>
      <npc>
        <reply>
          <text>Well, it's supply and demand, mostly. We supply and then we demand. Production growth and income growth must not get out of step. But you'll find our prices very modest, not outrageous as in the dandyish northern provinces! There you really need a good reputation or a skilful merchant.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>We'd like to trade some stuff.</text>
      <npc>
        <reply>
          <if><hour>8</hour><hour>!20</hour></if>
          <text>Bargains galore for people of your disposition, [name].</text>
          <script><shop>A Trades House</shop></script>
          <return>main</return> 
        </reply>
        <reply>
          <if><hour>!8</hour></if>
          <text>What, already? No, no, wait till eight.</text>
          <return>main</return> 
        </reply>
        <reply>
          <text>Shops here close at eight, [gender], but you can always come back in the morning.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>So-long!</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>